home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CDRWin 3.9 DOS / DAO.TXT < prev    next >
Text File  |  2002-01-27  |  23KB  |  618 lines

  1.  
  2.           DAO.EXE - CDROM DISC-AT-ONCE RECORDING PROGRAM
  3.  
  4.  
  5. >>> PROGRAM DESCRIPTION <<<
  6.  
  7.       DAO.EXE uses the "disc-at-once" recording method to make AUDIO,
  8.   CDROM (Mode1), CDROM-XA (Mode2), CDI, CD+G, and MIXED-MODE discs.
  9.   The discs will be either "redbook" or "yellowbook" compatible and
  10.   can be used as masters for commercial CDROM production. You are
  11.   required to write a CUE SHEET file for each disc which defines (among
  12.   other things) the data files to be written and the starting time of
  13.   each track/index point. This information is used to build the table
  14.   of contents and subcode-Q data on the recorded disc. DAO gives you
  15.   complete control over the track/index layout when creating audio
  16.   discs. It is possible to define variable length "pause areas" between
  17.   tracks (down to zero!) and to define subindexes to other points within
  18.   a track.
  19.  
  20.   NOTE: The SNAPSHOT program can generate cue sheets for existing discs
  21.   automatically.
  22.  
  23.   WARNING: This program is NOT freeware or shareware. If you have not
  24.   purchased and registered the fully-functional version, then you have
  25.   an illegal copy.
  26.  
  27. ***********************************************************************
  28.  
  29. >>> LIST OF SUPPORTED RECORDERS <<<
  30.  
  31. Please refer to the following web page for the latest list of
  32. supported devices...
  33.  
  34.   http://www.goldenhawk.com/devices.htm
  35.  
  36.  
  37. ***********************************************************************
  38.  
  39. >>> COMMAND LINE USAGE <<<
  40.  
  41. Usage: DAO <cuefile> [logfile] [/ID=ha:id:lun] [/BATCH] [/BEEP]
  42.          [/CACHE=n] [/COPIES=n] [/EJECT] [/NOCONFIRM] [/NOUNDERRUN]
  43.          [/SESSION] [/SPEED=n] [/RAW] [/TEST] [/TRANSPORT] [/UNLOCK]
  44. cuefile     - Cue sheet filename
  45. logfile     - Disc layout log filename (optional)
  46. /ID         - SCSI ID of CD recorder (default is first found)
  47. /BATCH      - Disable all messages and confirmation prompts
  48. /BEEP       - Issue an audible 'beep' when recording has finished
  49. /CACHE=n    - Cache size in megabytes (32-bit version only)
  50. /COPIES=n   - Number of discs to be recorded (default is 1)
  51. /EJECT      - Eject CD when recording has finished
  52. /NOCONFIRM  - Disable all confirmation prompts
  53. /NOUNDERRUN - Enable buffer underrun protection (if supported by recorder)
  54. /RAW        - Enable RAW recording mode (if supported by recorder)
  55. /SESSION    - Enable session-at-once recording (default is disc-at-once)
  56. /SPEED=n    - Recording speed (default is maximum)
  57. /TEST       - Enable test recording mode
  58. /TRANSPORT  - Use KODAK disc transporter
  59. /UNLOCK     - Unlock all programs from demonstration mode
  60.  
  61. /ID=ha:id:lun - Specifies the SCSI ID of the CD recorder.
  62.   "ha"  = Host adpater number (usually zero)
  63.   "id"  = SCSI ID number
  64.   "lun" = Logical unit number (usually zero)
  65.  
  66. /BEEP - Issues a series of audible "beeps" on the PC speaker to
  67. indicate that the recording has completed. Under Windows 95, this
  68. only works if you have a sound card installed.
  69.  
  70. /COPIES - Specifies the number of copies that you want to make of the
  71. disc. If you are making more than one copy, then you will be prompted to
  72. insert a new disc after each recording even if /NOCONFIRM is specified.
  73.  
  74. /EJECT - Ejects the CD (or opens the tray) after recording has completed.
  75.  
  76. /NOCONFIRM - Disables all confirmation prompts on the screen.
  77.  
  78. /NOWARN - Disables all warning messages on the screen.
  79.  
  80. /SESSION - This will cause a new session to be opened on the disc
  81. after the current session is finalized. This allows for the creation
  82. of multisession discs. NOTE: This option is only supported on Philips
  83. compatible recorders.
  84.  
  85. /SPEED - Recording speed (the default is the maximum allowed by the
  86. selected CD recorder).
  87.  
  88. /TEST - This option is used to temporarily disable the recording laser
  89. inside the CD recorder. A test recording takes just as long as writing
  90. the disc for real. This option is used to make sure that your system
  91. is properly configured and is capable of writing a disc at the selected
  92. recording speed. You should use this option when you are using this
  93. software for the first time or have made a significant change to your
  94. hardware, such as installing a different recorder, SCSI card, or
  95. motherboard. You must have a blank disc inside the recorder when using
  96. this option (even though it is not written to). If you wish to write
  97. the disc for real after the test recording, then you must eject the
  98. blank disc and insert it back into the recorder.
  99.  
  100. ***********************************************************************
  101.  
  102. >>> COMMON USER ERRORS <<<
  103.  
  104. 1) TRACK TIMES - Track times are specified in minutes, seconds, and
  105.    frames (e.g. 02:48:25). There are 75 frames per second. If you are
  106.    using a WAV file editor to get your audio track times, it probably
  107.    doesn't display the times in this format, so you will have to convert
  108.    them. Most editors display time in either 30 frames per second or 
  109.    in hundreths/thousanths of a second.
  110.  
  111. 2) TRACKS LESS THAN 4 SECONDS LONG - The CDROM specification does not
  112.    allow any tracks or indexes (other than index zero) to be less than
  113.    four seconds long. DAO will warn you about any tracks that violate
  114.    this rule. Most (or all) CD recorders will refuse to record a CD with
  115.    this violation.
  116.  
  117. 3) PREGAPS GREATER THAN 3 SECONDS LONG - Some recorders will refuse to
  118.    record a disc with any pregaps that exceed three seconds in length.
  119.    On the first track, you automatically get a pregap of two seconds,
  120.    which is required by the CDROM spec. Unless you are doing something
  121.    very odd, you should never need to extend the pregap of the first
  122.    track (i.e. don't use the PREGAP command on the first track).
  123.  
  124. 4) DATA LENGTH NOT A MULTIPLE OF THE CDROM SECTOR SIZE - If you are
  125.    using an audio (WAV) file where the length of the data is not an
  126.    exact multiple of the CDROM sector size (2352), then the last sector
  127.    must be padded out with zeros when it is written to the recorder.
  128.    This can cause a tiny "tick" between tracks. If you are making a disc
  129.    from a live recording that has been broken up into several files,
  130.    then you must make sure that each file is an exact multiple of the
  131.    CDROM sector size. Otherwise, there will not be a perfectly seamless
  132.    transition between tracks.
  133.  
  134. ***********************************************************************
  135.  
  136. >>> IMPORTANT! PLEASE READ THIS <<<
  137.  
  138.     When using DAO recording mode on *all* recorders except the
  139. Philips, you may notice that your PC appears to hang (i.e. no disk
  140. activity) soon after recording begins. Dont panic! This is completely
  141. normal. Let me explain why... When you start DAO recording mode,
  142. the recorder will keep accepting data until its internal cache
  143. becomes almost full. At this point, it "disconnects" itself from the
  144. SCSI bus and starts to write the leadin track automatically. Writing
  145. the leadin takes approximately two minutes (at 2x speed). Once the
  146. leadin has been written, the recorder "reconnects" itself to the SCSI
  147. bus and starts writing the first user track beginning with the data
  148. that it had buffered prior to writing the leadin. Disk activity will
  149. then resume normally. As soon as the last user track has been written,
  150. the recorder will once again disconnect itself to write the leadout
  151. track and the PC will appear to hang again. All Philips recorders do
  152. not exhibit this behavior because it is the responsibilty of the
  153. application program (e.g. DAO.EXE) to write the leadin and leadout
  154. tracks. Disconnect and reconnect are features of the SCSI protocol.
  155. It allows a device to stop using the SCSI bus during long operations,
  156. so that other devices may use it.
  157.  
  158. ***********************************************************************
  159.  
  160. >>> CUE SHEET FILES <<<
  161.  
  162.     You must write a CUE SHEET file (using any text editor) for each
  163. disc to be recorded. This file defines all of the files to be written
  164. and the starting times of each track/index point.
  165.  
  166. The following commands are currently recognized...
  167.   CATALOG, FILE, TRACK, INDEX, FLAGS, PREGAP, POSTGAP, ISRC, and REM.
  168.  
  169. ========================================================================
  170.  
  171. >> CATALOG Command
  172.  
  173.   This command is used to specify the disc's "media catalog number".
  174.   It will typically be used only when mastering a CD for commercial
  175.   disc production.
  176.   
  177.     Syntax : CATALOG <media-catalog-number> 
  178.   
  179.     Example: CATALOG 1234567890123
  180.   
  181.     Rules  : The catalog number must be 13 digits long and is encoded
  182.              according to UPC/EAN rules. This command can appear only
  183.              once in the CUE SHEET file (it will usually be the first
  184.              line, although this isn't mandatory).
  185.  
  186. ========================================================================
  187.  
  188. >> FILE Command
  189.  
  190.   This command is used to specify a data file that will be written
  191.   to the CD recorder.
  192.  
  193.     Syntax : FILE <filename> <filetype>
  194.                filename - File name (can include device/directory).
  195.  
  196.                Note: If the name contains any spaces, then it must be
  197.                enclosed in quotation marks.
  198.  
  199.                filetype - File type.
  200.  
  201.                The following filetypes are allowed...
  202.                  BINARY   - Intel binary file
  203.                  MOTOROLA - Motorola binary file
  204.                  WAVE     - Audio WAVE file
  205.                  AIFF     - Audio AIFF file
  206.                  MP3      - Audio MP3 file
  207.  
  208.                Note: All audio files must be 44.1KHz 16-bit stereo format
  209.                and MP3 files are only supported in the 32-bit DOS version.
  210.  
  211.     Example: FILE C:\DATA\TRACK1.ISO BINARY
  212.              FILE C:\MUSIC\TRACK2.WAV WAVE
  213.              FILE "C:\MUSIC\LONG FILENAME.WAV" WAVE
  214.  
  215.     Rules  : FILE commands must appear before any other command 
  216.          except CATALOG.
  217.  
  218.   NOTE: For AUDIO files only, if the length of the file is not an
  219.   exact multiple of 2352 bytes, then the last sector will be padded
  220.   with zeros.
  221.  
  222. ========================================================================
  223.  
  224. >> TRACK Command
  225.  
  226.   This command is used to specify a track number and the type
  227.   of data that will written in the track.
  228.   
  229.     Syntax : TRACK <number> <datatype>
  230.                number   - Track number (1-99)
  231.                datatype - Track datatype
  232.  
  233.            The following datatypes are allowed...
  234.                  AUDIO      - Audio/Music (2352)
  235.                  CDG        - Karaoke CD+G (2448)
  236.                  MODE1/2048 - CDROM Mode1 Data (cooked)
  237.                  MODE1/2352 - CDROM Mode1 Data (raw)
  238.                  MODE2/2336 - CDROM-XA Mode2 Data (cooked)
  239.                  MODE2/2352 - CDROM-XA Mode2 Data (raw)
  240.                  CDI/2336   - CDI Mode2 Data (cooked)
  241.                  CDI/2352   - CDI Mode2 Data (raw)
  242.  
  243.           Supported datatypes and blocksizes (by recorder model)...
  244.  
  245.                AUDIO  AUDIO  MODE1  MODE1  MODE2  MODE2
  246.                 2352   2448   2048   2352   2336   2352
  247.              -------------------------------------------
  248.            OLYMPUS   |  Yes    No     Yes    Yes    Yes    Yes
  249.            PHILIPS   |  Yes    No     No     Yes    No     Yes
  250.                PINNACLE  |  Yes    No     Yes    No     Yes    No
  251.            SONY      |  Yes    No     Yes    Yes    Yes    Yes
  252.            YAMAHA    |  Yes    Yes    Yes    Yes    Yes    Yes
  253.              -------------------------------------------
  254.  
  255.     Example: TRACK 1 MODE1/2048
  256.              TRACK 20 AUDIO
  257.   
  258.     Rules  : All track numbers must be between 1 and 99 inclusive.
  259.          The first track number can be greater than one, but
  260.          all track numbers after the first must be sequential.
  261.          You must specify at least one track per file.
  262.  
  263. =======================================================================
  264.  
  265. >> INDEX Command
  266.  
  267.   This command is used to specify indexes (or subindexes) within a track.
  268.   
  269.     Syntax : INDEX <number> <mm:ss:ff>
  270.            number   - Index number (0-99). 
  271.            mm:ss:ff - Starting time in minutes, seconds, and frames.
  272.               (75 frames per second!) All times are relative
  273.               to the beginning of the current file.
  274.          
  275.     Example: INDEX 01 00:00:00
  276.          INDEX 05 02:34:50
  277.   
  278.     Rules  : All index numbers must be between 0 and 99 inclusive.
  279.          The first index of any track must be 0 or 1 with all
  280.          other indexes being sequential to the first. The first
  281.          index of a file must start at 00:00:00.
  282.  
  283.          INDEX 0   - Specifies the starting time of the track "pregap".
  284.        
  285.          INDEX 1   - Specifies the starting time of the track data.
  286.              This is the only index that is recorded in the
  287.              disc's table-of-contents.
  288.        
  289.          INDEX > 1 - Subindex within a track (most CD *players* do
  290.              not support subindexes).
  291.  
  292. ========================================================================
  293.  
  294. >> FLAGS Command
  295.  
  296.   This command is used to set a track's subcode flags. These flags
  297.   are rarely used on any discs made today.
  298.  
  299.     Syntax : FLAGS <flags>...
  300.                flags - Specifies one or more track flags.
  301.  
  302.                The following flags are allowed...
  303.                  DCP - Digital copy permitted
  304.                  4CH - Four channel audio
  305.                  PRE - Pre-emphasis
  306.   
  307.     Example: FLAGS DCP
  308.              FLAGS 4CH PRE
  309.  
  310.     Rules  : The FLAGS command must appear after a TRACK command,
  311.              but before any INDEX commands. Only one FLAGS command
  312.              is allowed per track.
  313.  
  314.     NOTE: There is a fourth subcode flag called "DATA" which is set
  315.     for all non-audio tracks. This flag is set automatically based
  316.     on the datatype of the track.
  317.  
  318. ========================================================================
  319.  
  320. >> PREGAP Command
  321.  
  322.   This command is used to specify the length of a track pregap.
  323.   The pregap is generated internally by DAO. No data is consumed
  324.   from the current data file.
  325.  
  326.     Syntax : PREGAP <mm:ss:ff>
  327.            mm:ss:ff - Specifies the length of the pregap in minutes,
  328.               seconds, and frames (75 frames per second!).
  329.   
  330.     Example: PREGAP 00:02:00
  331.   
  332.     Rules  : The PREGAP command must appear after a TRACK command,
  333.              but before any INDEX commands. Only one PREGAP command
  334.              is allowed per track.
  335.  
  336. ========================================================================
  337.  
  338. >> POSTGAP Command
  339.  
  340.   This command is used to specify the length of a track postgap.
  341.   The postgap is generated internally by DAO. No data is consumed
  342.   from the current data file.
  343.  
  344.     Syntax : POSTGAP <mm:ss:ff>
  345.                mm:ss:ff - Specifies the length of the postgap in minutes,
  346.               seconds, and frames (75 frames per second!).
  347.   
  348.     Example: POSTGAP 00:02:00
  349.   
  350.     Rules  : The POSTGAP command must appear after all INDEX commands
  351.              for the current track. Only one POSTGAP command is allowed
  352.              per track.
  353.  
  354. ========================================================================
  355.  
  356. >> ISRC Command
  357.  
  358.   This command is used to specify a track's "International Standard 
  359.   Recording Code" (ISRC). It will typically be used only when mastering 
  360.   a CD for commercial disc production.
  361.   
  362.     Syntax : ISRC <code>
  363.   
  364.     Example: ISRC ABCDE1234567
  365.   
  366.     Rules  : The ISRC must be 12 characters in length. The first
  367.          five characters are alphanumeric, but the last seven
  368.          are numeric only. If it it used, the ISRC command must
  369.          be specified after a TRACK command, but before any
  370.          INDEX commands.
  371.  
  372. ========================================================================
  373.  
  374. >> REM Command
  375.  
  376.   This command is used to put comments in your CUE SHEET file.
  377.   
  378.     Syntax : REM <comment>
  379.   
  380.     Example: REM This is a comment
  381.   
  382.     Rules  : None.
  383.  
  384. ========================================================================
  385.  
  386. >>> EXAMPLE CUE SHEETS <<<
  387.  
  388. EXAMPLE #1 - Audio disc from a single data file with no "pause areas"
  389. between tracks.
  390.  
  391. FILE C:\MYAUDIO.WAV WAVE
  392.   TRACK 01 AUDIO
  393.     INDEX 01 00:00:00
  394.   TRACK 02 AUDIO
  395.     INDEX 01 05:50:65
  396.   TRACK 03 AUDIO
  397.     INDEX 01 09:47:50
  398.   TRACK 04 AUDIO
  399.     INDEX 01 15:12:53
  400.   TRACK 05 AUDIO
  401.     INDEX 01 25:02:40
  402.   TRACK 06 AUDIO
  403.     INDEX 01 27:34:05
  404.   TRACK 07 AUDIO
  405.     INDEX 01 31:58:53
  406.   TRACK 08 AUDIO
  407.     INDEX 01 35:08:65
  408.  
  409. ========================================================================
  410.  
  411. EXAMPLE #2 - Audio disc from multiple data files (one track per file)
  412. with no "pause areas" between tracks.
  413.  
  414. FILE C:\TRACK1.WAV WAVE
  415.   TRACK 01 AUDIO
  416.     INDEX 01 00:00:00
  417. FILE C:\TRACK2.WAV WAVE
  418.   TRACK 02 AUDIO
  419.     INDEX 01 00:00:00
  420. FILE C:\TRACK3.WAV WAVE
  421.   TRACK 03 AUDIO
  422.     INDEX 01 00:00:00
  423. FILE C:\TRACK4.WAV WAVE
  424.   TRACK 04 AUDIO
  425.     INDEX 01 00:00:00
  426.  
  427. The data files will be recorded continuously with no gaps between
  428. them. However, if a data file is not an exact multiple of the CDROM
  429. sector size (2352 bytes), then the last sector will be automatically
  430. padded with zeros. This could result in a gap between tracks with a
  431. maximum length of 1/75th second.
  432.  
  433. ========================================================================
  434.  
  435. EXAMPLE #3 - Audio disc using multiple data files (multiple tracks
  436. per file) with no "pause areas" between tracks.
  437.  
  438. FILE C:\TRACK1.WAV WAVE
  439.   TRACK 01 AUDIO
  440.     INDEX 01 00:00:00
  441.   TRACK 02 AUDIO
  442.     INDEX 01 05:50:65
  443.   TRACK 03 AUDIO
  444.     INDEX 01 09:47:50
  445.   TRACK 04 AUDIO
  446.     INDEX 01 15:12:53
  447. FILE C:\TRACK2.WAV WAVE
  448.   TRACK 05 AUDIO
  449.     INDEX 01 00:00:00   ; Times are relative to beginning of current file
  450.   TRACK 06 AUDIO
  451.     INDEX 01 02:31:40
  452.   TRACK 07 AUDIO
  453.     INDEX 01 06:56:13
  454.   TRACK 08 AUDIO
  455.     INDEX 01 10:06:25
  456.  
  457. ========================================================================
  458.  
  459. EXAMPLE #4 - Audio disc with "pause areas" (pregaps).
  460.  
  461. FILE C:\MYAUDIO1.WAV WAVE
  462.   TRACK 01 AUDIO
  463.     INDEX 01 00:00:00
  464.   TRACK 02 AUDIO
  465.     INDEX 00 05:49:65   ; 1 second pregap
  466.     INDEX 01 05:50:65
  467.   TRACK 03 AUDIO
  468.     INDEX 00 09:45:50   ; 2 second pregap
  469.     INDEX 01 09:47:50
  470.   TRACK 04 AUDIO
  471.     INDEX 00 15:09:53   ; 3 second pregap
  472.     INDEX 01 15:12:53
  473.  
  474. The pause areas are written with data from the current file. It is
  475. not required that this data be "digital silence" (all zeros).
  476.  
  477. The first track always begins with a mandatory two second pregap.
  478. This is required by the CDROM specification and is generated
  479. automatically by the software.
  480.  
  481. ========================================================================
  482.  
  483. EXAMPLE #5 - Using the PREGAP command.
  484.  
  485. FILE C:\MYAUDIO1.WAV WAVE
  486.   TRACK 01 AUDIO
  487.     PREGAP 00:01:00             ; adds an additional one second to
  488.     INDEX 01 00:00:00           ; the first track pregap.
  489. FILE C:\MYAUDIO2.WAV WAVE
  490.   TRACK 02 AUDIO
  491.     PREGAP 00:02:00
  492.     INDEX 01 00:00:00
  493. FILE C:\MYAUDIO3.WAV WAVE
  494.   TRACK 03 AUDIO
  495.     PREGAP 00:01:00
  496.     INDEX 00 00:00:00
  497.     INDEX 01 00:01:00
  498.  
  499. The pregaps that are written as a result of the PREGAP command are
  500. always generated internally by DAO. They do not consume data from
  501. the current file. Is is possible to mix the source of the pregaps as
  502. shown in TRACK 03... one second of pregap will be generated internally
  503. and another second will be consumed from the file. All pregaps that
  504. are generated internally contain "digital silence" (all zeros).
  505.  
  506. ========================================================================
  507.  
  508. EXAMPLE #6 - Using the CATALOG, ISRC, and INDEX commands.
  509.  
  510. CATALOG 3898347789120
  511. FILE C:\MYAUDIO1.WAV WAVE
  512.   TRACK 01 AUDIO
  513.     ISRC ABCDE1234567
  514.     INDEX 01 00:00:00
  515.     INDEX 02 02:00:00
  516.     INDEX 03 04:00:00
  517. FILE C:\MYAUDIO2.WAV WAVE
  518.   TRACK 02 AUDIO
  519.     ISRC XYZZY0000000
  520.     INDEX 01 00:00:00
  521.   TRACK 03 AUDIO
  522.     ISRC 123456789012
  523.     INDEX 00 03:00:00
  524.     INDEX 01 03:02:00
  525.     INDEX 02 05:34:32
  526.     INDEX 03 08:12:49
  527.     INDEX 04 10:01:74
  528.  
  529. **********************************************************************
  530.  
  531. >>> HOW TO MAKE A "DATA" DISC <<<
  532.  
  533.     A "DATA" disc refers to any disc where the first track is *not*
  534. audio. This track can be either CDROM (Mode1) or CDROM-XA (Mode2).
  535. It is also possible to make a "mixed-mode" disc where the first track
  536. is DATA and all other tracks are AUDIO.
  537.  
  538.     To make a DATA disc, you must have a program that can build an
  539. ISO9660 image file for you (or copy an ISO data track from an existing
  540. disc). After you have prepared the ISO file, here is the procedure to
  541. record the disc using DAO...
  542.       
  543. 1) If you are using any of the Philips recorders, you must convert
  544.    your ISO9660 image file to raw CDROM sectors using the program
  545.    ISO2RAW.EXE. This is *mandatory* since these recorders will only
  546.    accept raw sectors in disc-at-once recording mode.
  547.  
  548. 2) Write a CUE SHEET. 
  549.  
  550. 3) Use DAO.EXE to record the disc.
  551.  
  552. **********************************************************************
  553.  
  554. >>> EXAMPLE CUE SHEETS FOR "DATA" and "MIXED-MODE" DISCS <<<
  555.  
  556. EXAMPLE #1 - Single track DATA disc (non-PHILIPS recorders).
  557.  
  558. FILE C:\MYDATA.ISO BINARY
  559.   TRACK 01 MODE1/2048
  560.     INDEX 01 00:00:00
  561.   POSTGAP 00:02:00              ; Must add postgap to track!!
  562.  
  563. NOTE: The POSTGAP command is not needed if the ISO data was copied from
  564. the track of an existing disc (the postgap will already be part of the
  565. track). On the other hand, if you built the file using an ISO formatting
  566. program, then you must add a postgap.
  567.  
  568. ========================================================================
  569.  
  570. EXAMPLE #2 - Single track DATA disc (using a "raw image file").
  571.  
  572. FILE C:\MYDATA.RAW BINARY
  573.   TRACK 01 MODE1/2352
  574.     INDEX 01 00:00:00
  575.   POSTGAP 00:02:00
  576.   
  577. NOTE: The POSTGAP command is optional depending on whether or not
  578. you already added the postgap with the ISO2RAW program.
  579.  
  580. ========================================================================
  581.  
  582. EXAMPLE #3 - Mixed-mode Disc (one data track and three audio tracks).
  583.  
  584. FILE C:\MYDATA.ISO BINARY
  585.   TRACK 01 MODE1/2048
  586.     INDEX 01 00:00:00
  587.   POSTGAP 00:02:00                       
  588. FILE C:\MYAUDIO.WAV WAVE
  589.   TRACK 02 AUDIO
  590.     PREGAP 00:02:00
  591.     INDEX 01 00:00:00
  592.   TRACK 03 AUDIO
  593.     INDEX 01 05:50:65
  594.   TRACK 04 AUDIO
  595.     INDEX 01 09:47:50
  596.  
  597. NOTE: You *must* have a PREGAP (minimum of 2 seconds) between the data
  598. track and the first audio track.
  599.  
  600. **********************************************************************
  601.  
  602. Please send all suggestions, comments, and bug reports to...
  603.  
  604. Golden Hawk Technology
  605. 909 Columbia Circle
  606. Merrimack, NH 03054
  607.  
  608. Phone: 603-429-1008
  609. FAX  : 603-429-0073
  610.  
  611. URL  : http://www.goldenhawk.com
  612. EMAIL: support@goldenhawk.com
  613.  
  614. **********************************************************************
  615.  
  616. Updated on JANUARY 27, 2002
  617.  
  618.